UNIX Programs (Shell Scripting) [closed]

Posted by atif089 on Stack Overflow See other posts from Stack Overflow or by atif089
Published on 2010-06-15T17:35:05Z Indexed on 2010/06/15 17:42 UTC
Read the original article Hit count: 197

Filed under:
|
|
|
|

Hi,

I have an exam tomorrow and I need some help with these programs. Or if you can tell me where I can get these.

  1. Write a program which uses grep to search a file for a pattern and display search patterns on standard output

  2. Write an awk program to print only odd numbered lines of a file.

  3. Write a program to open the command ls and give the output to the command through which we count the number of files

Thank You :)

© Stack Overflow or respective owner

Related posts about homework

Related posts about bash